* {
	outline: none;
	margin: 0;
	padding: 0;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "microsoft yahei";
}

body{color: #333;background:#FFF url(bg.jpg) no-repeat center 220px;}
ul,li,i{list-style: none;}
i{font-style:normal}
h1,h2,h3,h4,h5,h6{font-weight: normal}
a{text-decoration: none;color: #666}
a:hover{color: #3C3C3C}
input{ padding: 0;
    border: 0;}
.top{
	width: 100%;
	height: 220px;
	
	
}
.intop{
	width: 100%;
	background: #2e2e2e;
	height: 30px;
	font-size: 14px;
}
.container{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.disflex{
	display: flex;
	justify-content: space-between!important;
	align-items: center;
	
}

.l_date{
	color: #fff;
	flex: 1;
}
.r_cl{
	height: 30px;
}
.r_cl a{
	color: #fff;
	padding: 0 20px;
	line-height: 30px;
}
.r_cl a:hover{
	background: #c41d25;
	
}
.logo{
	height: 140px;
	display: flex;
	justify-content:flex-start;
	align-items: center;
}
.navlist{
	width: 100%;
	height: 55px;
	background: #0664b2;
}
.navlist ul li a{
	display: block;
	padding: 0 60px 0 90px;
	height: 55px;
	line-height: 55px;
	font-size: 20px;
	color: #fff;
}


.navlist ul li a.icon01{
	background: url(icon01.png) no-repeat 60px center;
		
}
.navlist ul li a.icon02{
	background: url(icon02.png) no-repeat 60px center;
		
}
.navlist ul li a.icon03{
	background: url(icon03.png) no-repeat 60px center;
		
}
.navlist ul li a.icon04{
	background: url(icon04.png) no-repeat 60px center;
		
}
.navlist ul li a.icon05{
	background: url(icon05.png) no-repeat 60px center;
		
}
.navlist ul li a.icon01:hover{
	background: #1a4287 url(icon01.png) no-repeat 60px center;
}
.navlist ul li a.icon02:hover{
	background: #1a4287 url(icon02.png) no-repeat 60px center;
}
.navlist ul li a.icon03:hover{
	background: #1a4287 url(icon03.png) no-repeat 60px center;
}
.navlist ul li a.icon04:hover{
	background: #1a4287 url(icon04.png) no-repeat 60px center;
}
.navlist ul li a.icon05:hover{
	background: #1a4287 url(icon05.png) no-repeat 60px center;
}

.search{
	width: 735px;
	background-color: rgba(6, 100, 178, 0.3);
	border-radius: 5px;
	margin: 40px auto 0;
	overflow: hidden;
	padding:20px;
}
.search input {
	width: 625px;
	padding: 0 10px;
	height: 50px;
	line-height: 50px;
	background-color: #ffffff;
	border: none;
	border-radius: 5px;
	font-size: 16px;
	color: #818181
}

.search .btn{
	background:#0664b2 url(searchico.png) center no-repeat;
	width: 110px;
	height: 50px;
	border: none;
	
	cursor: pointer;
	border-radius: 5px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	
	
}
.bgcolor{
	background: #fff;
}
.mtop{
	margin-top:20px;
}
.main{
	padding: 20px 30px;
	width: 1140px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	
}
.banner { position: relative; width: 700px; height: 330px;  overflow: hidden; }

.banner_list img { border: 0px; }

.banner_bg { position: absolute; bottom: 0; background-color: #000; height: 45px;  filter: Alpha(Opacity=70); opacity: 0.7; z-index: 1000; cursor: pointer; width: 700px; }

.banner_info { position: absolute; bottom: 0; left: 15px; line-height: 45px; color: #fff; z-index: 1001; cursor: pointer }

.banner_text { position: absolute; width: 120px; z-index: 1002; right: 3px; bottom: 3px; }

.banner ul { position: absolute; list-style-type: none;  z-index: 1002; margin: 0; padding: 0; bottom: 15px; right: 10px; }

.banner ul li { height: 8px; width: 8px; float: left; display: block; color: #FFF; background: #c6c6c6; cursor: pointer;overflow: hidden;line-height: 50px;margin-left: 5px;}

.banner ul li.on { background: #4c63a5; }

.banner_list a { position: absolute; }

.newsgg{
	margin-left: 30px;
	 
}
.titlegg{
	width: 100%;
	font-size: 18px;
	color: #3f81db;
	font-weight: bold;
}
.titlegg span{
	background: #3f81db;
	padding:0px 5px;
	display: inline-block;
	border-radius: 5px;
	margin-right: 10px;
	
	
}
.newsgg h3{
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	margin: 15px 0 10px;
}
.newsgg p{
	font-size: 14px;
	line-height: 24px;
	color: #787676;
	border-bottom: 1px dashed #e5e5e5;
	padding-bottom:10px;
	margin-bottom: 10px;
}
.newsgg ul li{
	line-height: 30px;
	display: flex;
	justify-content: space-between;
}
.newsgg ul li span{
	color: #a6a3a3;
	font-size: 14px;
}
.newsbox{
	width: 31.5%;
}
.newsbox h2{
	border-bottom: 1px solid #e5e5e5;
	color: #3f81db;
	font-size: 18px;
	position: relative;
	padding-bottom: 10px;
	font-weight: bold;
	padding-left: 15px;
	margin-bottom: 10px;
	
	
}
.newsbox h2::after{
	content: "";
	border-bottom: 2px solid #3f81db;
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 105px;
	
}
.newslist{
	line-height: 30px;
}
.newslist span{
	display: inline-block;
	float: right;
	color: #a6a3a3;
	font-size: 14px;
}
.adimg{
	width: 1140px;
	margin: 0px auto 20px;
}
.newsbox2{
	width: 48.5%;
}
.newsbox3{
	width: 100%;
}
.newsbox3 h2::after{
	width: 140px;
}
.newslist2{
	display: flex;
	justify-content:space-around;
	align-items: center;
	border: 1px solid #e5e5e5;
	padding: 20px 0;
	
}
.newslist2 li a{
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
}
.newslist2 li a i{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	background: #3f81db;
	text-align: center;
}
.cpbot{
	padding-bottom: 0;
}

/*-----------------------------------------------------------底部----------------------------------------------------*/
/*底部*/

#footer {
	clear: both;
	width: 100%;
	margin: auto
}


/*站群导航*/

.jb_link {
	width: 1160px;
	margin: auto;
	padding: 20px;
	height: 50px;
	margin-bottom: 20px;
}

.jb_linkk {
	
	margin: auto;
}

.link {
	margin: auto;
}

.link span {
	float: left;
	font-size: 16px;
	color: #444444;
	font-weight: bold;
	padding: 13px 20px 0 20px;
}

.link1 {
	clear: both;
	width: 1200px;
	margin: auto;
}

.link1 span {
	float: left;
	font-size: 16px;
	color: #444444;
	font-weight: bold;
	padding: 13px 20px 0 20px;
}

.select_box {
	width: 255px;
	margin: 10px 10px 5px 10px;
	padding: 0px;
	position: relative;
	float: left;
	padding-right: 39px;
}

.select_box input {
	color: #444444;
	width: 100%;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	display: block;
	overflow: hidden;
	border: none;
	padding-right: 20px;
	padding-left: 10px;
	background: #ffffff url(select_input_bg.jpg) no-repeat 260px center;
	border: 1px solid #dcdcdc;
}

.select_box ul {
	width: 280px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0;
	top: 30px;
	/**等于input的高度**/
	border: 1px solid #ccc;
	background: #fff;
	overflow: hidden;
	display: none;
	/**隐藏**/
	background: #ebebeb;
	z-index: 99999;
}

.select_box ul li {
	list-style-type: none;
	width: 100%;
	height: 30px;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
	display: block;
	overflow: hidden;
	padding-left: 10px;
	cursor: pointer;
}

.select_box ul li a p {
	width: 100%;
	height: 30px;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
	display: block;
	overflow: hidden;
	cursor: pointer;
}

.select_box ul li P {
	width: 100%;
	height: 30px;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
	display: block;
	overflow: hidden;
	cursor: pointer;
	font-size: 14px;
	color: #5b5b5b;
}

.select_box ul li a {
	font-size: 14px;
	color: #000;
}

.select_box ul li:hover {
	background: #ccc;
}


/*站群导航结束*/


/*底部备案一行*/

.jb_di {
	width: 100%;
	background-color: #2f7fd1;
	height: 80px;
	clear: both;
}

.jb_di1 {
	width: 1000px;
	margin: auto;
}

.jb_jg {
	float: left;
}

.jb_jg img {
	float: left;
	line-height: 80px;
	padding-top: 20px;
}

.jb_jgtex {
	float: left;
	font-size: 14px;
	color: #fff;
	line-height: 80px;
	margin-left: 20px;
}

.jb_bc {
	float: right;
}

.jb_bctu {
	float: right;
	padding-top: 14px;
	padding-left: 20px;
}

.jb_bctex {
	float: left;
}

.jb_bctex li {
	float: left;
	font-size: 14px;
	line-height: 80px;
}

.jb_bctex li a {
	color: #fff;
}



.footer_box{width:100%; background-color:#1a4287;clear:both; overflow:hidden; padding:20px 0}
.footer{width:1150px; margin:20px auto}
.footer p{ color:#fff; padding-bottom:5px;}
.footer p span{ padding-right:20px}
.footer p span a{ color:#fff}
.footer_img{ float:left;margin-top:30px}
.footer_text{ float:left; width:680px; margin-left:20px;margin-top:30px}
.footer_jc{ float:left; width:106px; margin-top:40px}
.footer_ewm{float:right; width:130px;}
.footer_ico{ background: url(beian.png) no-repeat; padding-left:25px}
.main2{
	width: 100%;
}
/*底部备案一行结束*/

/*底部结束*/